To Sega Saturn (TOSS)
 by Keith Gerdes
    kwg@freebird.ghofn.org
    kwg@netzero.net

Convert graphic files to Sega Saturn  .CEL, .MAP and .PAL files.
TOSS supports 256-color .BMP, .LBM, .PCX, and .TGA thru the Allegro library.
Optionally create a .TEX file, useful for sprites.

Usage: toss <filename> -d   (allow duplicates)
                       -r   (set rgbflag in pal)
                       -w16 (cel width = 16, default = 8)
                       -h16 (cel height = 16, default = 8)
                       -t   (create .tex file)
History
-------
v0.0 - creates CEL & PAL
v0.1 - added MAP & -d
v0.2 - added -r, -w16 & -h16
v0.3 - fixed MAP & PAL data size, added TEX/-t